home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / Plasmatech / ptscp_examples.exe / %MAINDIR% / Examples / ImageCombo / CBuilder / FMain.dfm / FMain.txt
Encoding:
Text File  |  2001-08-31  |  871 b   |  48 lines

  1. object FrmMain: TFrmMain
  2.   Left = 200
  3.   Top = 104
  4.   Width = 257
  5.   Height = 173
  6.   Caption = 'TPTImageCombo example'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object PTFrame1: TPTFrame
  15.     Left = 168
  16.     Top = 16
  17.     Height = 25
  18.     Caption = 'Item 1'
  19.   end
  20.   object PTFrame2: TPTFrame
  21.     Left = 168
  22.     Top = 48
  23.     Height = 25
  24.     Caption = 'Item 2'
  25.   end
  26.   object PTFrame3: TPTFrame
  27.     Left = 168
  28.     Top = 80
  29.     Height = 25
  30.     Caption = 'Item 3'
  31.   end
  32.   object PTFrame4: TPTFrame
  33.     Left = 168
  34.     Top = 112
  35.     Height = 25
  36.     Caption = 'Item 4'
  37.   end
  38.   object PTImageCombo1: TPTImageCombo
  39.     Left = 16
  40.     Top = 16
  41.     Width = 145
  42.     Height = 22
  43.     OnSelEndOk = PTImageCombo1SelEndOk
  44.     ItemHeight = 16
  45.     TabOrder = 0
  46.   end
  47. end
  48.